home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineSprite_959
/
frame_16
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
396b
|
23 lines
setProperty("_root.Meg", _visible, 1);
set("/Variables:Stoppe",false);
set("/Variables:InventaireOuvert",false);
if(eval("/Variables:EtatActif") == "Tab1")
{
tellTarget("_root")
{
gotoAndStop("Tab1BIni");
play();
}
}
else
{
tellTarget("_root")
{
gotoAndStop(eval("/Variables:EtatActif"));
}
}
tellTarget("_parent")
{
gotoAndStop(1);
}